home *** CD-ROM | disk | FTP | other *** search
/ Super League / Super League.iso / TUTORIAL / CURSO / TEMA1.DXR / 00043.ls < prev    next >
Encoding:
Text File  |  1997-03-25  |  217 b   |  12 lines

  1. on general
  2.   set i to 0
  3.   repeat with i = 13 to 18
  4.     if rollOver(i) then
  5.       set the visible of sprite i to 1
  6.       updateStage()
  7.       next repeat
  8.     end if
  9.     set the visible of sprite i to 0
  10.   end repeat
  11. end
  12.